Utility.getSortedMetricSetUsages Method
Gets an array with the specified objects representing a metric set's displayed analysis element usages
sorted by index and grouped by placement in the order: rows, columns, and measures.
Parameters
- usages
-
Type: Array
ElementType: Object
An array of objects with properties:
caption [type: String] - The caption of the analysis element usage to display in the tooltip.
placement [type: dundas.data.PlacementPosition] - The placement of the analysis element usage in the metric set.
index [type: Number, integer: true] - The index of the analysis element usage within its placement in the metric set.
Return Value
Type: Array
ElementType: Object
A new sorted array of the same items contained in usages.